.lymg_extranet .banner .hd ul {
  text-align: center;
}
.lymg_extranet .banner .hd ul li {
  width: 60px;
  height: 6px;
}
.lymg_extranet .banner .hd {
  bottom: 52px;
}
.module_title {
  text-align: center;
  padding: 80px 0 70px;
}

.module_title img {
  vertical-align: baseline;
  margin-right: 17px;
}

.module_title .txt {
  display: inline-block;
  text-align: left;
}

.module_title .txt p {
  font-size: 30px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}

.module_title .txt span {
  font-size: 16px;
  color: #424242;
  line-height: 16px;
}
.about_us_module {
  background: url("/images/lymg_extranet/module_bg1.png") no-repeat;
  background-size: cover;
}
.party_build_module {
  /* padding: 80px 0 100px; */
  background: url("/images/lymg_extranet/module_bg2.png") no-repeat;
  background-size: cover;
}

.young_mien_module {
  background: url("/images/lymg_extranet/dream_bg.png") no-repeat center/cover;
  padding-bottom: 100px;
}

.level2_page .content_wrap {
  background: #fff;
  margin: 20px 0;
  padding: 0 30px 24px;
}

/* 分页条 */
.level2_page .pagenation_module_1 {
  padding-top: 30px;
  text-align: left;
}
.level2_page .pagenation_module_1 .page_btn {
  display: inline-block;
  /*padding: .4375rem 1.8125rem .3125rem 1.8125rem;*/
  margin-left: 15px;
  background: #f5290c;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
}
.level2_page .pagenation_module_1 .page_btn:hover {
  background: #f54127;
}
.level2_page .pagenation_module_1 form {
  /*margin-right: 10px;*/
  display: inline-block;
}
.level2_page .pagenation_module_1 form .page_input {
  width: 30px;
  height: 30px;
  border: 1px solid #f5290c;
  text-align: center;
  margin-left: 15px;
  outline: none;
}

.level2_page .sub_topic_btn {
  margin-bottom: 20px;
}
.level2_page .sub_topic_btn a {
  display: inline-block;
  height: 55px;
  width: 144px;
  border-radius: 8px;
  border: 1px solid #da261e;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  margin-right: 15px;
  cursor: pointer;
  color: #000;
}
.level2_page .sub_topic_btn a:hover,
.level2_page .sub_topic_btn a.on {
  background-color: #f00;
  color: #fff;
}


@media screen and (max-width: 640px){
	.module_title {
    padding: 20px 0 24px;
	}
  .module_title img {
    height: 36px;
    margin-right: 12px;
  }
  .module_title .txt p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .module_title .txt span {
    font-size: 12px;
    line-height: 1;
  }
  .level2_page .sub_topic_btn a {
    margin-bottom: 10px;
    margin-right: 0;
    width: 130px;
  }
  .level2_page .sub_topic_btn {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lists_page_1 .level2_page .yj_desc {
    padding: 0 10px !important;
  }
 
}

